x86: Add Intel Tangier support
authorFelipe Balbi <[email protected]>
Thu, 6 Jul 2017 11:41:52 +0000 (14:41 +0300)
committerBin Meng <[email protected]>
Sun, 30 Jul 2017 02:30:25 +0000 (10:30 +0800)
commite71de54a4943ac481e8bcdb0a132c52ab90f23fe
tree909d9ffc7890c329e587bcfcc18c16b16d253fed
parentb7026b0c98d2e9f6d190a80c500a0c21a0f3ddc8
x86: Add Intel Tangier support

Add Intel Tangier SoC support.

Intel Tangier SoC is a core part of Intel Merrifield platform. For
example, Intel Edison board is based on such platform.

The patch is based on work done by the following people (in alphabetical
order):
Aiden Park <[email protected]>
Dukjoon Jeon <[email protected]>
eric.park <[email protected]>
Fabien Chereau <[email protected]>
Scott D Phillips <[email protected]>
Sebastien Colleur <[email protected]>
Steve Sakoman <[email protected]>
Vincent Tinelli <[email protected]>

Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Vincent Tinelli <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
arch/x86/Kconfig
arch/x86/cpu/Makefile
arch/x86/cpu/tangier/Kconfig [new file with mode: 0644]
arch/x86/cpu/tangier/Makefile [new file with mode: 0644]
arch/x86/cpu/tangier/car.S [new file with mode: 0644]
arch/x86/cpu/tangier/sdram.c [new file with mode: 0644]
arch/x86/cpu/tangier/tangier.c [new file with mode: 0644]
arch/x86/include/asm/sfi.h